object RetryIntervalForm: TRetryIntervalForm Left = 460 Top = 215 BorderStyle = bsToolWindow Caption = 'Delivery Retry Intervals' ClientHeight = 264 ClientWidth = 341 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Microsoft Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnKeyPress = FormKeyPress OnShow = FormShow DesignSize = ( 341 264) PixelsPerInch = 96 TextHeight = 13 object IntervalsBox: TTntGroupBox Left = 0 Top = 0 Width = 341 Height = 233 Align = alTop Caption = 'Intervals' TabOrder = 0 DesignSize = ( 341 233) object IntervalList: TExtListViewManagement Left = 8 Top = 17 Width = 245 Height = 208 RowSelect = True NoColumnResize = False Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = '# Minutes' Width = 190 end> ReadOnly = True HideSelection = False PopupMenu = ConfigForm.ListViewPopup TabOrder = 0 ViewStyle = vsReport ButtonAdd = AddItem ButtonEdit = EditItem ButtonDelete = DeleteItem ButtonUp = UpItem ButtonDown = DownItem OnItemDisplay = IntervalListItemDisplay OnItemAdd = IntervalListItemAdd OnItemEdit = IntervalListItemEdit OnItemDelete = IntervalListItemDelete end object AddItem: TTntButton Left = 261 Top = 17 Width = 72 Height = 23 Anchors = [akTop, akRight] Caption = 'Add...' TabOrder = 1 end object EditItem: TTntButton Left = 261 Top = 43 Width = 72 Height = 23 Anchors = [akTop, akRight] Caption = 'Edit...' Enabled = False TabOrder = 2 end object DeleteItem: TTntButton Left = 261 Top = 69 Width = 72 Height = 23 Anchors = [akTop, akRight] Caption = 'Delete' Enabled = False TabOrder = 3 end object UpItem: TBitBtn Left = 261 Top = 96 Width = 23 Height = 23 Anchors = [akTop, akRight] Enabled = False TabOrder = 4 Glyph.Data = { 4E010000424D4E01000000000000760000002800000014000000120000000100 040000000000D800000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000FFFFFFF00000FFFFFFFF0000FFFF FFF00000FFFFFFFF0000FFFFFFF00000FFFFFFFF0000FFFFFFF00000FFFFFFFF 0000FFFFFFF00000FFFFFFFF0000FFFFFFF00000FFFFFFFF0000FFFFFFF00000 FFFFFFFF0000FFFFFFF00000FFFFFFFF0000FFF0000000000000FFFF0000FFFF 00000000000FFFFF0000FFFFF000000000FFFFFF0000FFFFFF0000000FFFFFFF 0000FFFFFFF00000FFFFFFFF0000FFFFFFFF000FFFFFFFFF0000FFFFFFFFF0FF FFFFFFFF0000FFFFFFFFFFFFFFFFFFFF0000} end object DownItem: TBitBtn Left = 288 Top = 96 Width = 23 Height = 23 Anchors = [akTop, akRight] Enabled = False TabOrder = 5 Glyph.Data = { 4E010000424D4E01000000000000760000002800000014000000120000000100 040000000000D800000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF FFFFFFFF0000FFFFFFFFF0FFFFFFFFFF0000FFFFFFFF000FFFFFFFFF0000FFFF FFF00000FFFFFFFF0000FFFFFF0000000FFFFFFF0000FFFFF000000000FFFFFF 0000FFFF00000000000FFFFF0000FFF0000000000000FFFF0000FFFFFFF00000 FFFFFFFF0000FFFFFFF00000FFFFFFFF0000FFFFFFF00000FFFFFFFF0000FFFF FFF00000FFFFFFFF0000FFFFFFF00000FFFFFFFF0000FFFFFFF00000FFFFFFFF 0000FFFFFFF00000FFFFFFFF0000FFFFFFF00000FFFFFFFF0000FFFFFFF00000 FFFFFFFF0000FFFFFFF00000FFFFFFFF0000} end end object OKButton: TTntButton Left = 186 Top = 236 Width = 75 Height = 23 Anchors = [akTop, akRight] Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TTntButton Left = 265 Top = 236 Width = 75 Height = 23 Anchors = [akTop, akRight] Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end